PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


Window Region Constant for the Proxy Icon Region

With the Mac OS 8.5 Window Manager, you may pass the following WindowRegionCode constant to the function GetWindowRegion to obtain a handle to the proxy icon region of a window. see Mac OS 8 Window Manager Reference for information on the GetWindowRegion function and other WindowRegionCode constants.

enum {
    kWindowTitleProxyIconRgn    = 8
};

Constant description

kWindowTitleProxyIconRgn
Specifies the region in the window's title area that contains the proxy icon. The proxy icon region is always located within the window's title text region.

© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)